HipARSDImageDecoder

Undocumented in source.

Constructors

this
this(string path)
Undocumented in source.

Members

Functions

dispose
void dispose()
Undocumented in source. Be warned that the author may not have intended to support it.
getBytesPerPixel
ubyte getBytesPerPixel()
Undocumented in source. Be warned that the author may not have intended to support it.
getHeight
uint getHeight()
Undocumented in source. Be warned that the author may not have intended to support it.
getPalette
ubyte[] getPalette()
Undocumented in source. Be warned that the author may not have intended to support it.
getPixels
const(ubyte[]) getPixels()
Undocumented in source. Be warned that the author may not have intended to support it.
getWidth
uint getWidth()
Undocumented in source. Be warned that the author may not have intended to support it.
startDecoding
bool startDecoding(ubyte[] data, void delegate() onSuccess, void delegate() onFailure)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

img
MemoryImage img;
Undocumented in source.
path
string path;
Undocumented in source.
trueImg
TrueColorImage trueImg;
Undocumented in source.

Meta